regexp.bitState.push (method)
6 uses
regexp (current package)
backtrack.go#L129: func (b *bitState) push(re *Regexp, pc uint32, pos int, arg bool) {
backtrack.go#L141: b.push(re, pc, pos, false)
backtrack.go#L186: b.push(re, pc, pos, true)
backtrack.go#L196: b.push(re, inst.Arg, pos, false)
backtrack.go#L202: b.push(re, inst.Out, b.end, false)
backtrack.go#L250: b.push(re, pc, b.cap[inst.Arg], true) // come back when we're done.
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |